

.yunu-header{
	position: relative;
	z-index: 99;
}
.yunu-header > .wp{
	max-width: none;
}
.hdt{
	background-color: #e8e8e8;
	height: 45px;
	line-height: 45px;
}
.hdt p{
	float: left;
	font-size: 14px;
	color: #555;
}
.hd-link{
	float: right;
	margin-top: 15px;
}
.hd-link li{
	position: relative;
	float: left;
	padding: 0 9px;
	height: 16px;
	line-height: 16px;
	border-left: 1px dotted #8d8d8c;
	font-size:13px;
	color: #333;
}
.hd-link .li1{
	padding-left:15px;
	border-left: none;
	background: url(/template/default/images/icon1_x.png) no-repeat left center;
}
.hd-link li a{
	color: #333;
}
.hd-link .li3 .pic{
	display: none;
	position: absolute;
	padding: 10px;
	left: -30px;
	top: 15px;
	width: 155px;
	height: 155px;
	background-color: #e8e8e8;
}
.hd-link .li3 .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.hd-link .li3:hover .pic{
	display: block;
}
.hdc{
	overflow: hidden;
	background: url(/template/default/images/bg1_x.png) center center no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hdc .logo{
	overflow: hidden;
	height: 130px;
	line-height: 130px;
}
.hdc .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.g-tel{
	background-repeat: no-repeat;
}
.g-tel p{
	font-size: 18px;
}
.g-tel .first{
	font-size: 14px;
}
.hdc .g-tel{
	float: right;
	margin-top: 20px;
	padding-right: 55px;
	background-image: url(/template/default/images/tel1_x.png);
	background-position: right top;
}
.hdc .g-tel p{
	text-align: right;
	color: #009946;
}
.hdc .g-tel .first{
	color: #666;
}
.hdb{
	position: relative;
	z-index: 1;
	background-color: #009946;
}
.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #009946;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav{
	*zoom:1;
}
.yunu-nav:after,.yunu-nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.yunu-nav li{
	position: relative;
	float: left;
	width: 11%;
}
.yunu-nav li > a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/template/default/images/icon2_x.png);
}
.yunu-nav li.home > a{
	background-position: 10px center;
	background-image: url(/template/default/images/nav-h.png);
}
.yunu-nav li.on > a{
	background-color: #eea200;
}
.yunu-nav li:hover .nav-sub{
	display: block;
}
.nav-sub{
    text-align: center;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	z-index: 99;
}
.nav-sub > dd{
	position: relative;
}
.nav-sub > dd > a{
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-indent: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub > dd:hover > a{
	color: #fff;
	background-color: #009946;
	text-indent: 1em;
}
.nav-sub > dd:hover .nav-sub2{
	display: block;
}

.yunu-footer{
	background-color: #333;
}
.fd-top{
	overflow: hidden;
}
.fd-top .col-l{
	width: 180px;
}
.fd-top .col-r{
	float: none;
	margin-left: 180px;
}
.fd-qr{
	background-color: #fff;
	text-align: center;
	padding: 22px 0 10px;
}
.fd-qr .pic{
	overflow: hidden;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.fd-qr .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.fd-qr .tit{
	padding: 10px 0;
	font-size: 14px;
	color: #333;
}
.fd-qr .txt{
	margin-bottom: 6px;
}
.fd-qr .txt span{
	position: relative;
	display: inline-block;
	width: 70px;
	font-size: 13px;
	color: #333;
}
.fd-qr .txt span:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 22px;
	height: 1px;
	background-color: #999;
}
.fd-qr .txt span:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 22px;
	height: 1px;
	background-color: #999;
}
.fd-qr .tel{
	display: block;
	font-size: 20px;
	color: #009946;
}
.fd-nav{
	margin-bottom: 32px;
	text-align: center;
	font-size: 0;
	border-bottom: 1px solid #545454;
}
.fd-nav li{
	display: inline-block;
	font-size: 14px;
	color: #b6b6b6;
}
.fd-nav li a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #b6b6b6;
}
.fd-link{
	overflow: hidden;
}
.fd-link dl{
	float: left;
	padding: 0 55px;
	height: 190px;
	border-right: 1px solid #545454;
}
.fd-link dl:last-child{
	border-right: 0;
}
.fd-link dt{
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: bold;
}
.fd-link dt a{
	color: #fff;
}
.fd-link dd{
	font-size: 13px;
	line-height: 28px;
	color: #b6b6b6;
}
.fd-link dd a{
	color: #b6b6b6;
}
.fd-link dd a:hover{
	color: #fff;
}
.yunu-footer .copy{
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 13px;
	background-color: #009946;
	color: #fff;
}
.yunu-footer .copy a{
	color: #fff;
}
.yunu-footer .copy .last{
	display: inline-block;
	padding-left: 25px;
	background: url(/template/default/images/copy.png) left center no-repeat;
}
.fd-txt{
	display: none;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	background-color: #eee;
	color: #000;
}

.kf {
    width: 208px;
    position: fixed;
    
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("/template/default/images/kefu.png") 12px center no-repeat #009946;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('/template/default/images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('/template/default/images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('/template/default/images/huidaodingbu.png') center center no-repeat #009946;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #009946;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('/template/default/images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('/template/default/images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}

.h50{
	display: none;
}
.yunu-link{
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li{
	float: left;
	width: 25%;
}
.yunu-link li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a{
	color: #009946;
}
.yunu-link li a i{
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1{
	background-image: url(/template/default/images/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2{
	background-image: url(/template/default/images/sj-nav1-on.png);
}
.yunu-link li a .i2{
	background-image: url(/template/default/images/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2{
	background-image: url(/template/default/images/sj-nav2-on.png);
}
.yunu-link li a .i3{
	background-image: url(/template/default/images/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3{
	background-image: url(/template/default/images/sj-nav3-on.png);
}
.yunu-link li a .i4{
	background-image: url(/template/default/images/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4{
	background-image: url(/template/default/images/sj-nav4-on.png);
}

.g-tit01_x{
	padding: 50px 0 30px;
	text-align: center;
}
.g-tit01_x strong{
	display: block;
	font-size: 32px;
	text-transform: uppercase;
	color: #ccc;
}
.g-tit01_x.bai strong{
	color: #007435;
}
.g-tit01_x .tit{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
.g-tit01_x.bai .tit{
	color: #fff;
}
.g-tit01_x.bai .tit:before{
	background: url(/template/default/images/titl02_x.png) center center no-repeat;
}
.g-tit01_x.bai .tit::after{
	background: url(/template/default/images/titr02_x.png) center center no-repeat;
}
.g-tit01_x .tit:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 230px;
	height: 3px;
	background: url(/template/default/images/titl01_x.png) center center no-repeat;
}
.g-tit01_x .tit:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 230px;
	height: 3px;
	background: url(/template/default/images/titr01_x.png) center center no-repeat;
}
.g-tit01_x p{
	font-size: 18px;
}
.g-tit02_x{
	padding: 21px 0;
	text-align: center;
	background-color: #009946;
}
.g-tit02_x .tit{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.g-tit02_x strong{
	display: block;
	font-size: 27px;
}
.g-tit03_x{
	overflow: hidden;
	margin-bottom: 20px;
}
.g-tit03_x .more{
	display: block;
	float: right;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.g-tit03_x .tit{
	float: left;
	font-size: 14px;
	color: #999;
}
.g-tit03_x .tit a{
	display: inline-block;
	margin-right: 15px;
	font-size: 25px;
	color: #333;
	font-weight: bold;
}
.g-more{
	display: block;
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #009946;
    border-radius: 5px;
}
.g-more:hover{
	color: #fff;
}

.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	color: #009946;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages{
	text-align: center;
	font-size: 0;
	margin: 20px 0;
}
.g-pages li{
	display: inline-block;
}
.g-pages li a{
	display: block;
	padding: 2px 10px;
	line-height: 24px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
}
.g-pages li.on a,
.g-pages li a:hover{
	background-color: #009946;
	border: 1px solid #009946;
	color: #fff
}

.g-cur{
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.g-cur .wp{
    background: url('/template/default/images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wp a{
   color: #2f2f2f; 
}
.g-cur .wp a:hover{
    color: #009946;
}
.row-b1{
    overflow: hidden;
    padding: 20px 0;
}
.row-b1 .col-l{
	width: 290px;
    padding: 13px;
    background-color: #009946;
}
.row-b1 .col-r{
	float: none;
    margin-left: 310px;
}
.g-titIns1{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #009946;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ul-newslist{
	overflow: hidden;
	padding: 12px;
	background-color: #fff;
	border-radius: 5px;
}
.ul-newslist li{
    border-bottom: 1px solid #e6e6e6;

}
.ul-newslist li a{
	display: block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
	padding-left: 15px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/template/default/images/news-r1.png);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li a:hover{
	color: #008000;
	background-color: #e6e6e6;
	font-weight: bold;
}
.m-info{
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
	line-height: 2;
	font-size: 14px;
	color: #666;
}

.ban{
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.ban-index.swiper-container{
	position: relative;
}
.ban-index.swiper-container .swiper-slide .con{
	display: block;
	padding-top: 24%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ban-index.swiper-container .swiper-pagination{
	width: auto;
	left: auto;
	right: 22%;
	bottom: 15px;
	height: 20px;
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0;
	width: 20px;
	height: 20px;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/template/default/images/ban-d.png);
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background-image: url(/template/default/images/ban-d-on.png);
}
.ban-index.swiper-container .swiper-button-prev,
.ban-index.swiper-container .swiper-button-next{
	top: auto;
	bottom: 15px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.ban-index.swiper-container .swiper-button-prev{
	left: 73.5%;
	background-image: url(/template/default/images/ban-l.png);
}
.ban-index.swiper-container .swiper-button-prev:hover{
	background-image: url(/template/default/images/ban-l-h.png);
}
.ban-index.swiper-container .swiper-button-next{
	right: 20.5%;
	background-image: url(/template/default/images/ban-r.png);
}
.ban-index.swiper-container .swiper-button-next:hover{
	background-image: url(/template/default/images/ban-r-h.png);
}

.row-a1{
	overflow: hidden;
	margin-bottom: 30px;
}
.row-a1 .col-l{
	width: 290px;
	padding: 0 13px 13px 13px;
	background-color: #009946;
}
.row-a1 .col-r{
	float: none;
	margin-left: 307px;
}
.ul-link01_x{
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid rgba(163, 163, 163, 0.2);
}
.ul-link01_x li{
	float: left;
	width: 33.33%;
	border-right: 1px solid rgba(163, 163, 163, 0.2);
	border-bottom: 1px solid rgba(163, 163, 163, 0.2);
}
.ul-link01_x li a{
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	color: #454545;
	background-color: #fafafa;
}
.ul-link01_x li.on a{
	font-weight: bold;
	color: #009a44;
	background-color: #fff;
}
.snv-index{
	padding: 12px;
	margin-bottom: 13px;
	background-color: #fff;
}
.snv-index li{
	margin-bottom: 10px;
}
.snv-index li .v{
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: #009946;
	border-radius: 5px;
}
.snv-index li .v1{
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: #009946;
	border-radius: 5px;
}
.snv-index li .v1 span{
	display: block;
	background: url(/template/default/images/snv-r.png) center right no-repeat;
}
.snv-index li.on .v1{
	color: #009946;
}
.snv-index-sub1{
	display: none;
	padding-left: 30px;
}
.snv-index li.on .snv-index-sub1 {
	display: block;
}
.snv-index-sub1 dd > a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.snv-index dd.ok > a{
	color: #009946;
}
.snv-index dd.ok .snv-index-sub2 {
	display: block;
}
.snv-index-sub2{
	display: none;
	padding-left: 30px;
}
.snv-index-sub2 dd .v3{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.snv-index .more{
	display: block;
	height: 44px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 18px;
	color: #666;
	border: 1px solid #009946;
	border-radius: 3px;
}
.ul-imgtxt01_x{
	overflow: hidden;
	margin: 0 -7px;
}
.ul-imgtxt01_x li{
	float: left;
	width: 33.33%;
	margin-bottom: 23px;
}
.ul-imgtxt01_x li .con{
	display: block;
	margin: 0 7px;

}
.ul-imgtxt01_x li .pic{
	overflow: hidden;
	position: relative;
	padding-top: 77%;
	height: 0;
	border: 1px solid #d8d8d8;
}
.ul-imgtxt01_x li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.ul-imgtxt01_x li:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ul-imgtxt01_x li p{
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	background-color: #7b7b7b;
	color: #fff;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-imgtxt01_x li:hover p{
	background-color: #009946;
}

.row-a2{
	overflow: hidden;
	background-color: #009946;
}
.m-sub01_x{
	float: right;
}
.m-pic01_x{
	float: left;
	width: 238px;
	height: 288px;
	margin-top: -23px;
}
.m-pic01_x img{
	display: block;
	height: 100%;
}
.m-txt01_x{
	float: left;
	margin-top: 30px;
	width: 440px;
}
.m-txt01_x .txt{
	margin: 15px 0;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 22px;
	color: #4b440d;
	background-color: #fde200;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #00803a;
}
.m-txt01_x .g-tel{
	padding-left: 55px;
	background-image: url(/template/default/images/tel2_x.png);
	background-position: left top;
	color: #fff;
	font-weight: bold;
}
.m-txt01_x .g-tel .first{
	font-weight: 400;
}
.m-sub01_x{
	padding: 20px 32px;
	background-color: #00672f;
}
.m-sub01_x .txt{
	margin-bottom: 15px;
	font-size: 30px;
	color: #fff;
}
.m-sub01_x .txt span{
	display: block;
	font-size: 20px;
}
.m-sub01_x .item{
	margin-bottom: 8px;
	font-size: 0;
}
.m-sub01_x .item i{
	vertical-align: bottom;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.m-sub01_x .item .inp{
	padding: 0 12px;
	width: 360px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 14px;
	color: #666;
}
.m-sub01_x .item .sub{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	color: #333;
	font-weight: bold;
	background-color: #fde200;
}

.row-a3{
	overflow: hidden;
}
.row-a3 .g-tit01_x .txt{
	margin-bottom: 10px;
}
.m-imgtxt01_x{
	position: relative;
	padding: 10px 68px;
}
.m-imgtxt01_x .swiper-container .swiper-slide{
	width: 600px;
	height: 480px;
}
.m-imgtxt01_x .swiper-container .swiper-slide-active{
	padding: 5px;
	background-color: #ccc;
}
.m-imgtxt01_x .swiper-container .con{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 80%;
}
.m-imgtxt01_x .swiper-container .con img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt01_x .swiper-button-prev,
.m-imgtxt01_x .swiper-button-next{
	width: 32px;
	height: 82px;
	margin-top: -41px;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-imgtxt01_x .swiper-button-prev{
	left: 0;
	background-image: url(/template/default/images/arr-l.png);
}
.m-imgtxt01_x .swiper-button-next{
	right: 0;
	background-image: url(/template/default/images/arr-r.png);
}

.row-a4{
	overflow: hidden;
	padding-bottom: 33px;
	background: #009946 url(/template/default/images/png3_x.png) center 215px no-repeat;
}
.m-imgtxt02_x{
	overflow: hidden;
}
.m-imgtxt02_x .pic{
	height: 128px;
	text-align: center;
}
.m-imgtxt02_x .pic img{
	display: inline-block;
	vertical-align: middle;
}
.m-imgtxt02_x ul{
	padding: 12px 0;
	overflow: hidden;
}
.m-imgtxt02_x ul li{
	float: left;
	margin-left: 45px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.m-imgtxt02_x ul .li1{
	margin-left: 10px;
}
.m-imgtxt02_x .more{
	display: block;
	margin: 3px auto;
	padding: 0 30px;
	width: 155px;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
}
.m-imgtxt02_x .more span{
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/template/default/images/icon6_x.png);
}

.row-a5{
	overflow: hidden;
	padding-bottom: 55px;
	background-repeat: repeat;
}
.row-a5 .g-tit03_x{
	display: none;
}
.m-imgtxt03_x{
	overflow: hidden;
}
.m-imgtxt03_x .pic{
	overflow: hidden;
	float: left;
	margin-right: 9px;
	width: 596px;
	height: 380px;
}
.m-imgtxt03_x .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt03_x .pic img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-imgtxt03_x .txt{
	overflow: hidden;
	padding: 30px;
	height: 380px;
	background: #fff url(/template/default/images/icon8_x.png) left 31px no-repeat;
}
.m-imgtxt03_x .txt .tit{
	margin-bottom: 30px;
	line-height: 1.2;
}
.m-imgtxt03_x .txt .tit a{
	display: inline-block;
	color: #333;
	font-size: 25px;
	font-weight: bold;
}
.m-imgtxt03_x .txt .tit em{
	display: block;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}
.m-imgtxt03_x .txt .desc{
	margin-bottom: 30px;
}
.m-imgtxt03_x .txt .desc a{
    overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.row-a6{
	overflow: hidden;
	padding-bottom: 50px;
}
.row-a6 .g-tit03_x{
	display:none;
}
.row-a6 .col-l{
	width: 66.66%;
}
.row-a6 .col-r{
	width: 28.33%;
}
.row-a6 .ul-imgtxt01_x{
	display: none;
}
.ul-tab01_x{
	overflow: hidden;
	margin-bottom: 30px;
	border: 3px solid #009946;
}
.ul-tab01_x li{
	float: left;
	width: 50%;
}
.ul-tab01_x li a{
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #222;
}
.ul-tab01_x li.on a{
	color: #fff;
	background-color: #009946;
}
.ul-tab01_x li a span{
	font-size: 14px;
	text-transform: uppercase;
}
.tabnews{
	overflow: hidden;
	height: 0;
}
.tabnews.show{
	height: auto;
}
.m-news01_x{
	overflow: hidden;
	margin-bottom: 40px;
}
.m-news01_x .pic{
	overflow: hidden;
	float: left;
	width: 305px;
	height: 196px;
}
.m-news01_x .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-news01_x .pic img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.m-news01_x .txt{
	overflow: hidden;
	padding-left: 20px;
}
.m-news01_x .txt .top{
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 30px;
}
.m-news01_x .txt .top .time{
	float: right;
	margin-left: 10px;
	font-size: 13px;
	color: #555;
}
.m-news01_x .txt .top .tit{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-news01_x .txt .desc{
	margin-bottom: 25px;
}
.m-news01_x .txt .desc a{
    overflow: hidden;
	display: block;
	font-size: 13px;
	line-height: 24px;
	height: 96px;
	color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.m-news01_x .txt .g-more{
	width: 99px;
	height: 33px;
	line-height: 33px;
}
.ul-news01_x{
	overflow: hidden;
}
.ul-news01_x li{
	float: left;
	width: 50%;
	border-bottom: 1px dashed #d0d0d0;;
}
.ul-news01_x li .tit{
	display: block;
	overflow: hidden;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/template/default/images/icon7_x.png);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news01_x li .time{
	float: right;
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #000;
}
.m-titt01_x{
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #009946;
}
.m-titt01_x span{
	font-size: 14px;
}
.ul-txt01_x.str_wrap{
	height: 430px;
	background-color: #fff;
}
.ul-txt01_x.str_wrap.str_active{
	background-color: #fff;
}
.ul-txt01_x li{
	padding: 15px 0;
	border-bottom: 1px dashed #e7e7e7;
}
.ul-txt01_x li .tit{
	padding-left: 30px;
	margin-bottom: 13px;
	background: url(/template/default/images/icon9_x.png) no-repeat left center;
}
.ul-txt01_x li .tit a{
	display: block;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-txt01_x li .txt{
	padding-left: 30px;
	background: url(/template/default/images/icon10_x.png) no-repeat left top;
}
.ul-txt01_x li .txt a{
    overflow: hidden;
	display: block;
	color: #868686;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.row-link{
	overflow: hidden;
	background-color: #009946;
}
.m-link1{
	padding: 20px 0;
}
.m-link1 .item{
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child{
	margin-bottom: 25px;
}
.m-link1 .item span{
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1{overflow: hidden;}
.ul-link1 li{
	float: left;
}
.ul-link1 li a{
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover{
	text-decoration: underline;
}

.m-chanpin{
	overflow: hidden;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt1 {
	overflow: hidden;
    margin: 0 -10px 20px;
    *zoom:1;
}
.ul-imgtxt1 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt1 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt1 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt1 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt1 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt1 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-imgtxt1 li a:hover {
    text-decoration: none;
}
.ul-imgtxt1 li a:hover p {
	background-color: #009946;
    color: #fff;
}

.m-list1{
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1{
	float: left;
	width: 380px;
}
.m-txt1{
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	margin-right: 100px;
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #009946;
	color: #fff;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/template/default/images/btn-r.png);
}

.m-txt2{
	margin-top: 12px;
	font-size: 14px;
	line-height: 26px;
}
.ul-arrow{
	overflow: hidden;
	margin: 15px 0;
}
.ul-arrow li{
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-arrow li:last-child{
	float: right;
}

.ul-arrow li a{
	color: #337AB7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-arrow li a:hover{
	color: #009946;
}
.m-list3{
	padding: 5px 0;
}
.ul-city{
	overflow: hidden;
	padding-top: 20px;
}
.ul-city li{
	float: left;
	margin-bottom: 20px;
}
.ul-city li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-city li a:hover{
	color: #009946;
}



div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(/template/default/images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {height: 75px;line-height: 75px;cursor: pointer;display: inline-block;width: 99px;border: 1px solid #ddd;padding: 1px;margin: 0 5px;}
.yunu-showcase-pic .bd li.active {border-color: #c80003;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(/template/default/images/zlztdetailscon1btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(/template/default/images/zlztdetailscon1btn01.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {height: 300px;line-height: 300px;border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-pic .cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(/template/default/images/zlztdetailscon1btn01.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomDiv img{
	max-width: none;
}
div.zoomMask{position:absolute;background:url(/template/default/images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}

.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.m-pic1 .view .swiper-slide{
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    line-height: 350px;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 10%;
}

.preview .swiper-slide {
	
	width: 101px;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 78px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(/template/default/images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(/template/default/images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #009946;
}

.m-about{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}

.ul-news{
	overflow: hidden;
	padding-bottom: 20px;
}
.ul-news.news{
	padding-bottom: 0;
	margin: 0 -10px 15px;
}
.ul-news li{
	font-size: 14px;
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
}
.ul-news li .top{
    overflow: hidden;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.ul-news li .top .time{
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.ul-news1 li .top .time{
	font-size: 12px;
}
.ul-news li .top .tit{
    display: block;
    font-size: 16px;
    background: url('/template/default/images/news-r1.png') left center no-repeat;
    padding-left: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-news li .tit:hover{
     color: #009946;
}
.ul-news li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
}

.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
.m-txt3{
    margin-top: 10px;
}
.m-link2{
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}
.m-link2 a{
    color: #868686;
}
.m-link2 a:hover{
    color: #009946;
}
.m-tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
    
}
.m-tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
.m-tabel ul{
    overflow: hidden;
}
.m-tabel li{
    float: left;
}
.m-tabel li a{
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}
.m-tabel li a:hover{
    color: #009946;
}
.ul-news.news li{
	float: left;
	width: 50%;
}
.ul-news.news li .top{
	margin: 0 10px;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding:0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding:10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #009946;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}

.m-list2{
	margin-top: 30px;
	padding:26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box{
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic{
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .tit{
	margin-bottom: 30px;
	font-size: 22px;
	color: #009946;
	font-weight: 600;
}
.ul-txt-01{
	overflow: hidden;
	padding-left: 23px;
	background: url(/template/default/images/source.gif) left center no-repeat;
}
.ul-txt-01 li{
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a{
	font-size: 12px;
}
.ul-txt-01 li a:hover{
	color: #009946;
}

.about_video {
	width: 100%;
}

/*message*/
.c-book ul li {
    position: relative;
    margin-top: 10px;
    width: 100%;
}.c-book ul li em {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 25%;
    line-height: 15px;
    font-style: normal;
}.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
        width: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 6px;
    border: 1px solid #d8d8d8;
    font-family: microsoft yahei;
    box-shadow: 0 0 5px #e3e3e3 inset;
}.c-book ul li textarea {
    width: 50%;
    height: 150px;
    overflow-y: hidden;
}.c-book ul li.bnt {
        width: 100%;
    text-align: center;
}.c-cb, .c-cbli li {
    zoom: 1;
    font-size: 14px;
    float: none;
}.c-book ul li.bnt input {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    width: 120px;
    margin-left: 10px;
    border-color: #007525;
    background: #007525;
    color: #fff;
    box-shadow: none;
}
.c-book ul li textarea:hover,.c-book ul li input:hover,.c-book ul li select:hover,.c-book ul li textarea:focus,.c-book ul li input:focus,.c-book ul li select:focus{border-color:#007525;box-shadow:0 0 5px #007525 inset}/*首页第一块和新闻图标*/#c_portalResPublic_codeContainer-1622604025862 {    width: 96%;    max-width: 1200px;    min-width: 0px;    height: auto;    max-height: none;    min-height: 0px;    margin-top: 40px;    margin-left: auto;    margin-right: auto;    margin-bottom: 20px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}.c_portalResPublic_codeContainer-01001045 .about-num {    margin-top: 0px;    padding-top: 0px;    padding-bottom: 0px;    background: none;}.c_portalResPublic_codeContainer-01001045 .f-cb {    zoom: 1;    max-width: 100%;    margin: 0 auto;    display: flex;    justify-content: space-between;}.c_portalResPublic_codeContainer-01001045 .about-num li {    float: left;    position: relative;}.c_portalResPublic_codeContainer-01001045 .about-num li .box {    padding-left: 100px;    position: relative;    min-height: 90px;    color: #018634;}.c_portalResPublic_codeContainer-01001045 .about-num li .icon {    width: 80px;    position: absolute;    left: 0;    top: 0;}.c_portalResPublic_codeContainer-01001045 .about-num li h2 {    font-family: PingFang SC ExtraLight,'Alternate Gothic', sans-serif !important;    font-size: 60px;    line-height: 40px;    font-weight: bold;    display: inline-block;    margin-top: 10px;}.c_portalResPublic_codeContainer-01001045 .about-num .count-unit {    font-size: 16px;    text-align: right;    display: inline-block;    font-style: normal;    vertical-align: bottom;}.c_portalResPublic_codeContainer-01001045 .about-num li p {    font-size: 16px;    line-height: 30px;    color: #666;}@media only screen and (max-width: 769px){#c_portalResPublic_codeContainer-1622604025862{    width: 100%;    display: block;    overflow: hidden!important;    margin: 10px 0;}}@media only screen and (max-width: 1024px) and (min-width: 769px){.c_portalResPublic_codeContainer-01001045 .about-num {    margin-top: 25px;    padding-top: 12px;    padding-bottom: 10px;}.c_portalResPublic_codeContainer-01001045 .about-num li h2 {    font-size: 30px;}.c_portalResPublic_codeContainer-01001045 .about-num .count-unit {    font-size: 14px;}.c_portalResPublic_codeContainer-01001045 .about-num li p {    font-size: 14px;}}@media only screen and (max-width: 768px){.c_portalResPublic_codeContainer-01001045 .about-num {    margin-top: 0px;    padding-top: 0px;    padding-bottom: 0px;}.c_portalResPublic_codeContainer-01001045 .f-cb {    display: block;}.c_portalResPublic_codeContainer-01001045 .about-num li {    width: 25%;    text-align: center;}.c_portalResPublic_codeContainer-01001045 .about-num li {    margin-top: 20px;}.c_portalResPublic_codeContainer-01001045 .about-num li .box {    margin-bottom: 20px;}.c_portalResPublic_codeContainer-01001045 .about-num li .box {    padding-top: 65px;    padding-left: 0;    min-height: 60px;}.c_portalResPublic_codeContainer-01001045 .about-num li .icon {    width: 60px;    left: 50%;    margin-left: -30px;}.c_portalResPublic_codeContainer-01001045 .about-num li h2 {    margin-top: 0;}.c_portalResPublic_codeContainer-01001045 .about-num li h2 {    font-size: 20px;    line-height: 30px;}.c_portalResPublic_codeContainer-01001045 .about-num .count-unit {    font-size: 14px;}.c_portalResPublic_codeContainer-01001045 .about-num li p {    font-size: 12px;    line-height: 20px;    color: #666;}.c_portalResPublic_codeContainer-01001045 .about-num li p {    font-size: 12px;}}#w_grid-1622604025497 {	display:none;}@media only screen and (max-width: 769px){.p_link {    height: auto;    vertical-align: middle;    width: initial;    margin: 0;    flex: 1;}#w_fbtn-1622604025517 .p_CommonBtn .font {    margin: 10px auto 0 auto;}}@media only screen and (max-width: 768px){#w_fbtn-1622604025557 {    width: 100%;    max-width: 120px;    min-width: 0px;    height: auto;    max-height: 0px;    min-height: 175px;    margin-top: 0px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_fbtn-1622604025577 {    width: 100%;    max-width: 120px;    min-width: 0px;    height: 100%;    max-height: 0px;    min-height: 175px;    margin-top: 0px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_fbtn-1622604025537 .p_CommonBtn .font {    color: #313131;    margin: 20px auto 0 auto;    font-size: 16px;}#w_fbtn-1622604025537 .p_CommonBtn .font {    margin: 10px auto 0 auto;}#w_fbtn-1622604025557 .p_CommonBtn .font {    color: #313131;    margin: 20px auto 0 auto;    font-size: 16px;}.w_fbtn-001 .p_CommonBtn .font {    text-align: center;    display: inline-block;    vertical-align: middle;    width: 100%;    font-size: 14px;    height: auto;}#w_fbtn-1622604025577 .p_CommonBtn .font {    color: #313131;    margin: 20px auto 0 auto;    font-size: 16px;}#w_fbtn-1622604025537 {    width: 100%;    max-width: 120px;    min-width: 0px;    height: 100%;    max-height: 0px;    min-height: 175px;    margin-top: 0px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_grid-1622604025497 {    width: 100%;	display:block;    max-width: none;    min-width: 0px;    height: auto;    max-height: none;    min-height: 0px;    margin-top: 30px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_grid-1622604025497 >div {    animation-fill-mode: both;}.w_grid-000 > .w_grid {    width: 100%;    position: relative;}#w_grid-1622604025497 > div > .p_gridbox {    background: none !important;}.w_grid-000 > div > .p_gridbox {    width: 100%;    overflow: hidden;    position: static;}.w_grid-000 > div > div > .p_gridCell {    float: left;    position: static;}.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {    margin-left: 0;    clear: left;}#w_grid-1622604025497 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {    margin-left: 0px;    clear: left;}.w_grid-000 > div > div > .p_gridCell:not(:empty):before {    content: '';    height: 0.1px;    display: block;}#w_grid-1622604025507 {    width: 100%;    max-width: none;    min-width: 0px;    height: auto;    max-height: none;    min-height: 50px;    margin-top: 0px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_grid-1622604025507 >div {    animation-fill-mode: both;}.w_grid-000 > .w_grid.signal {    min-height: inherit;}.w_grid-000 > .w_grid {    width: 100%;    position: relative;}#w_grid-1622604025507 > div > .p_gridbox {    background: none !important;}.w_grid-000 > div > .p_gridbox {    width: 100%;    overflow: hidden;    position: static;}.w_grid-000 > .w_grid.signal > .p_gridbox {    min-height: inherit;}#w_grid-1622604025507 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {    margin-left: 0px;    clear: left;}.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {    min-height: inherit;}.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {    margin-left: 0;    clear: left;}.w_grid-000 > div > div > .p_gridCell {    float: left;    position: static;}.w_grid-000 > div > div > .p_gridCell:not(:empty):before {    content: '';    height: 0.1px;    display: block;}#w_fbtn-1622604025517 {    width: 100%;    max-width: 120px;    min-width: 0px;    height: auto;    max-height: 0px;    min-height: 175px;    margin-top: 0px;    margin-left: auto;    margin-right: auto;    margin-bottom: 0px;    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;    padding-bottom: 0px;}#w_fbtn-1622604025517 >div {    animation-fill-mode: both;}.w_fbtn-001 .animated {    width: 100%;    height: 100%;    min-height: inherit;}.w_fbtn-001 .p_link {    min-height: inherit;    display: block;}#w_fbtn-1622604025517 .p_CommonBtn {    background-color: rgba(255,255,255,0);    background-image: url(/template/default/images/bt1.png);    background-image-part-image: url(/template/default/images/bt1.png);    background-repeat: no-repeat;    background-position: top center;    transition: all 0.3s;    -ms-transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;}#w_fbtn-1622604025537 .p_CommonBtn {    background-color: rgba(255,255,255,0);    background-image: url(/template/default/images/bt02.png);    background-image-part-image: url(/template/default/images/bt02.png);    background-repeat: no-repeat;    background-position: top center;    transition: all 0.3s;    -ms-transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;}#w_fbtn-1622604025557 .p_CommonBtn {    background-color: rgba(255,255,255,0);    background-image: url(/template/default/images/bt3.png);    background-image-part-image: url(/template/default/images/bt3.png);    background-repeat: no-repeat;    background-position: top center;    transition: all 0.3s;    -ms-transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;}#w_fbtn-1622604025577 .p_CommonBtn {    background-color: rgba(255,255,255,0);    background-image: url(/template/default/images/bt4.png);    background-image-part-image: url(/template/default/images/bt4.png);    background-repeat: no-repeat;    background-position: top center;    transition: all 0.3s;    -ms-transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;}.w_fbtn-001 .p_CommonBtn {    width: 100%;    height: 36px;    color: rgba(255,255,255,1);    border-width: 1px;    border-style: none;    border-color: transparent;    background-color: rgba(255, 102, 0, 1);    padding-top: 0;    padding-right: 20px;    padding-left: 20px;    text-align: center;    min-height: inherit;}#w_fbtn-1622604025537 .p_CommonBtn:before {    content: '';    width: 0px;    height: 120px;    display: block;    vertical-align: middle;}#w_fbtn-1622604025537 .p_CommonBtn:after {    content: 'BUSINESS';    width: 100%;    height: 12px;    font: 12px/16px Arial;    display: block;    vertical-align: middle;}#w_fbtn-1622604025557 .p_CommonBtn:before {    content: '';    width: 0px;    height: 120px;    display: block;    vertical-align: middle;}#w_fbtn-1622604025557 .p_CommonBtn:after {    content: 'HONOR';    width: 100%;    height: 12px;    font: 12px/16px Arial;    display: block;    vertical-align: middle;}#w_fbtn-1622604025577 .p_CommonBtn:before {    content: '';    width: 0px;    height: 120px;    display: block;    vertical-align: middle;}#w_fbtn-1622604025577 .p_CommonBtn:after {    content: 'ORGANIZATION';    width: 100%;    height: 12px;    font: 12px/16px Arial;    display: block;    vertical-align: middle;}.e_btn {    display: table;    cursor: pointer;    text-decoration: none;    padding-left: 10px;    padding-right: 10px;}#w_fbtn-1622604025517 .p_CommonBtn:before {    content: '';    width: 0px;    height: 120px;    display: block;    vertical-align: middle;}#w_fbtn-1622604025517 .p_CommonBtn .font {    color: #313131;    margin: 20px auto 0 auto;    font-size: 16px;}.w_fbtn-001 .p_CommonBtn .font {    text-align: center;    display: inline-block;    vertical-align: middle;    width: 100%;    font-size: 14px;    height: auto;}.p_link {    height: auto;    vertical-align: middle;    width: initial;    margin: 10px 0;    flex: 1;}.w_grid-000 > div > .p_gridbox > .p_gridCell {    width: 100%;    margin-left: 0;    margin-top: 0rem;    margin-bottom: 0rem;}#w_grid-1622604025497> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {    margin-left: 0;    clear: left;    margin-right: 0;    width: 50%;}#w_grid-1622604025497> div > .p_gridbox > .p_gridCell:nth-child(2n) {    margin-right: 0;}#w_grid-1622604025497> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {    width: 50%;    margin-left: 0;    margin-right: 0;    clear: none;}#w_grid-1622604025497> div > .p_gridbox > .p_gridCell {    margin-bottom: 0rem;    margin-top: 0rem;    margin-left: 0;}.w_grid-000 > div > .p_gridbox > .p_gridCell {    width: 100%;    margin-left: 0;    margin-top: 0rem;    margin-bottom: 0rem;}}@media only screen and (max-width: 959px){.m-imgtxt03_x .pic {    display: block;    width: 100%;    height: auto;}}/*首页第一块和新闻图标*/


/*首页新闻*/
.clearfix:after,.clearfix:before{display: table;content: " ";    clear: both;}
#newsbg{padding:60px 0 105px;position:relative;background:#F4F5F7;}
.news{}
.indexnews_title{text-align:center;margin-top:40px;}
.indexnews_title span{display:inline-block;margin-left:24px;cursor:pointer;width:169px;height:45px;line-height:43px;background:#FFF;border:1px solid #EFF0F1;border-radius:22px;color:#333;}
.indexnews_title span:first-child{margin-left:0;}
.indexnews_title span.on{color:#FFF;background:#009946;border-color:#009946;}
.news .n_title a{display:block;position:absolute;right:0;top:0;font-size:14px;color:#727272;font-weight:normal;}
.news .n_content{padding-top:6px;padding-top:12px;}
.news .nc_first{display:block;width:600px;margin-top:38px;float:left;}
.news .nc_first .nc_img{width:100%;padding-bottom:375px;position:relative;}
.news .nc_first .nc_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.news .nc_first .nc_img .nc_p{width:129px;height:73px;line-height:73px;background:#009946;position:absolute;left:0;top:40px;color:#FFF;font-size:41px;font-family:Impact;text-align:center;}
.news .nc_first p{margin:0;height:52px;line-height:52px;background:#e3e3e3;color:#333;font-size:16px;padding-left:20px;}
.news .nc_txt{padding-bottom:26px;border-bottom:1px solid #E3E3E3;width:calc(100% - 670px);margin-left:70px;display:block;margin-top:38px;float:left;}
.news .nc_txt:first-child{border-top:none;}
.news .nc_txt .nc_date{width:96px;float:left;}
.news .nc_txt .nc_date span{display:block;font-family:Impact;font-size:20px;line-height:20px;height:20px;color:#333;text-align: center;}
.news .nc_txt .nc_date span:first-child{font-size:54px;height:54px;line-height:54px;margin-bottom:3px;}
.news .nc_txt .nc_pp{width:calc(100% - 96px);float:right;padding-left:18px;}
.news .nc_txt .nc_pp p{margin:0;font-size:14px;line-height:26px;color:#666;}
.news .nc_txt .nc_pp p:first-child{font-size:18px;height:32px;line-height:32px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#252525;}
.news .nc_txt .nc_pp p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:6px;}
.news .n_right{width:407px;float:right;}
.news .n_q{padding-top:5px;}
.news .n_q .nq_li{padding:34px 0;border-top:1px dashed #ECECEC;}
.news .n_q .nq_li:first-child{border-top:none;}
.news .n_q .nq_li p{margin:0;font-size:14px;line-height:26px;color:#666;position:relative;padding-left:43px;}
.news .n_q .nq_li p i{display:block;width:25px;height:25px;line-height:25px;text-align:center;font-size:14px;color:#FFF;position:absolute;left:0;top:0;background:#004CB3;border-radius:50%;font-style:normal;}
.news .n_q .nq_li p a{color:#252525;}
.news .n_q .nq_li p:first-child{font-size:18px;height:24px;line-height:24px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .n_q .nq_li p:first-child i{background:#515151;}
.news .n_q .nq_li p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:11px;}
@media screen and (max-width:1329px){
	#newsbg{padding:30px 0;}
	.indexnews_title{margin-top:20px;}
	.news .nc_txt{margin-left:50px;width:calc(100% - 650px);}
}
@media screen and (max-width:1229px){
	#newsbg{padding:20px 0;}
	.indexnews_title{margin-top:15px;}
	.news .n_content{padding-top:0;}
	.news .nc_first{width:460px;margin-top:15px;}
	.news .nc_first .nc_img{padding-bottom:290px;}
	.news .nc_first p{font-size:15px;height:46px;line-height:46px;}
	.news .nc_txt{width:calc(100% - 490px);margin-left:30px;padding-bottom:17px;margin-top:15px;}
	.news .nc_txt .nc_date{width:88px;}
	.news .nc_txt .nc_date span{font-size:18px;height:18px;line-height:18px;}
	.news .nc_txt .nc_date span:first-child{font-size:46px;height:46px;line-height:46px;}
	.news .nc_txt .nc_pp{width:calc(100% - 88px);padding-left:13px;}
	.news .nc_txt .nc_pp p{font-size:13px;line-height:24px;}
	.news .nc_txt .nc_pp p:first-child{font-size:16px;height:30px;line-height:30px;}
}
@media screen and (max-width:1023px){
	.news .nc_first{width:100%;float:none;}
	.news .nc_first .nc_img{padding-bottom:62.5%;}
	.news .nc_first .nc_img .nc_p{top:20px;width:90px;height:44px;line-height:44px;font-size:25px;}
	.news .nc_txt{width:100%;float:none;margin-left:0;}
	.indexnews_title span{width: 20%;    margin-left: 1%;}
}
@media screen and (max-width:499px){
	.indexnews_title{width:100%;}
	.indexnews_title span{width:49%;margin-left:2%;float:left;height:40px;line-height:38px;display:block;font-size:13px;}
	.news .nc_txt{padding-bottom:10px;}
	.news .nc_txt .nc_date{width:50px;}
	.news .nc_txt .nc_date span:first-child{font-size:30px;height:30px;line-height:30px;}
	.news .nc_txt .nc_date span{font-size:14px;height:16px;line-height:16px;font-weight:normal;}
	.news .nc_txt .nc_pp{width:calc(100% - 50px);}
	.news .nc_txt .nc_pp p{line-height:22px;}
	.news .nc_txt .nc_pp p:first-child{font-size:15px;height:24px;line-height:24px;}
	.news .nc_txt .nc_pp p:last-child{margin-top:2px;}
}
/*首页新闻*/